home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / gedeiffel / install.bat < prev    next >
DOS Batch File  |  1999-11-29  |  428b  |  14 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/eiffel.gadgets"
  4. INSTALL PRESET="presets/eiffel.mouse"
  5. INSTALL PRESET="presets/eiffel.syntax"
  6. INSTALL PRESET="presets/eiffel.templates"
  7.  
  8. ; install new filetype
  9.  
  10. FILETYPE ADD="(#?.e)" PRI=127 PRESETS "eiffel.gadgets" "eiffel.mouse" "eiffel.syntax" "eiffel.templates"
  11.  
  12. ; Below message is shown in the installer window anyway
  13. ; INFO MSG="Installation complete, please RESTART GoldED."
  14.